home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Demos
/
Chiller Killers
/
Chiller
/
Chiller.DXR
/
00047.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-28
|
276 b
|
16 lines
on trans
set fx to random(4)
if fx = 1 then
puppetTransition(1, 0, 40, 0)
end if
if fx = 2 then
puppetTransition(2, 0, 40, 0)
end if
if fx = 3 then
puppetTransition(5, 0, 40, 0)
end if
if fx = 4 then
puppetTransition(47, 0, 40, 0)
end if
end